home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / scd113.arc / READ.ME < prev    next >
Text File  |  1990-06-14  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                                                         1
  5.  
  6.  
  7.             This  file  briefly  describes  the  fixes,  additions,  and
  8.             changes which  are  found  in  version  1.13  of  the  SoftC
  9.             Database Library.
  10.  
  11.  
  12.  
  13.  
  14.             We can be reached at:
  15.             GEnie:         K.Schumann
  16.             CompuServ:     73667,3420
  17.             Telephone:     (612) 434-6968 
  18.             Mail:          SoftC, Ltd.
  19.                            16820 3rd Street N.E.
  20.                            Ham Lake, MN 55304
  21.  
  22.  
  23.             General Stuff:
  24.             The registration fee of $100.00 for Source Code and $30.00
  25.             for the Object Code Libraries now includes a printed manual.
  26.             We have had many requests for a printed manual and so here
  27.             it is.
  28.  
  29.             The manual (manual.doc) for the library is over 170 pages
  30.             long. I wanted you to be aware of this BEFORE you began
  31.             printing it. Each function description begins on its own
  32.             page.
  33.  
  34.             If you are planning to register, be sure to read the License
  35.             Agreement (license.doc or first 3 pages of manual.doc) and
  36.             return the signed order form (order.doc) to us.  We will NOT
  37.             ship unless the order form has been signed.
  38.  
  39.  
  40.             Fixes
  41.  
  42.             Problem:
  43.             Would not open any index file where the "item length" was
  44.             not a multiple of four (4). dBASE does, although it will not
  45.             create such files.
  46.             Function:
  47.             scdnopen.
  48.  
  49.  
  50.             Problem:
  51.             Apparently dBASE uses only the first two bytes of each page
  52.             to indicate how many keys are present, because ZAP leaves
  53.             garbage in the third byte.
  54.             Function:
  55.             scdnopen.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                                                         2
  71.  
  72.  
  73.             
  74.             Problem:
  75.             "scdkfind" using "SC_FIRST" fails to find the first key
  76.             under certain conditions.
  77.             Function:
  78.             scdkfind.
  79.  
  80.  
  81.             Problem:
  82.             "scdkfind" using "SC_EXACT" fails to find the exact key
  83.             under certain conditions.  This problem can cause "scdkadd"
  84.             to fail to add multiple duplicate keys to an index file.
  85.             Function:
  86.             scdkfind.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.